/*手机端样式开始*/
html,body { font-size: 12px; }

/*统一header开始*/
#name_box_w { width: 100%; height: 5.0rem; transition: all 0.5s; border-bottom: 0.0625rem solid rgba(255,255,255,0.3); }

#name_box_w .container { height: 100%; }
#name_box_w #header_logo img { transition: all 0.5s; max-height: 2.5rem;}

#header_nav { height: 4.0625rem; }
#header_nav .container { height: 100%; }
#header_nav .container>ul { height: 100%; }

/*主导航*/

.navI>li { line-height: 100%; position: relative; display: flex; justify-content: center; align-items: center; border-right: 0.0625rem solid #3a4d9c; }
.navI>li:first-child { border-left: 0.0625rem solid #3a4d9c; }
.navI>li>a { width: 100%; height: 100%; position: relative; z-index: 1; display: flex; justify-content: center; align-items: center; padding: 0 0.3125rem; line-height: 100%; font-size: 1rem; color: #ffffff; }
.navI>li>a p { position: relative; z-index: 2; }
.navI>li>a:after { z-index: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); display: block; width: 100%; height: 0; content: ''; transition: all .5s ease; }
.navI>li:hover>a:after, .navI>li.active>a:after { background-color: var(--second_color); height: 100%; }
.navI>li:hover>a,.navI>li.active p a { color: #FFFFFF; }
.navI>li .children { width: 100%; position: absolute; left: 0; top: 0; height: 0; overflow: hidden; visibility: hidden; opacity: 0; transition: all .3s ease; }
.navI>li:hover .children { visibility: visible; opacity: 1; height: auto; }

/*.navI li#nav_product .children { width: 31.5625rem; }*/
.navI li .children { width:100%; position:absolute; z-index: 1; top: 4.0rem; left: 0; text-align: left; height:0; overflow: hidden; opacity:0; transition: all 0.3s ease 0s; }
.navI li .children li a { padding: 0 0.3125rem; display: block; line-height: 3.6; font-size: 0.9375rem; text-align: center; background-color: #fcf9f9; color: #444444; transition:.3s all; }
.navI li .children li a:hover,.navI li .children li a.active { background: var(--base_color); color: #ffffff; }

/*主导航*/

/*导航右侧*/
#header_links #header_tel { font-size: 0.875rem; color: var(--grey3); }
#header_links #header_tel i { margin-right: 0.625rem; }
#header_links #header_tel .tel_num { color: var(--second_color); font-weight: bold; font-size: 1.5rem; margin-top: 0.25rem; line-height: 1; }

#header_links #header_message { color: var(--grey1); }
#header_links #header_message a { display: flex; justify-content: center; align-items: center; width: 8.875rem; height: 2.625rem; border-radius: 1.875rem; overflow: hidden; border: 0.0625rem solid #d6dbdf; color: #333333; font-size: 1rem; } 
#header_links #header_message i { margin-right: 0.3125rem; color: var(--base_color); transition: all 0.3s; }

#header_links #header_message a:hover { background-color: var(--base_color); color: #ffffff; }
#header_links #header_message a:hover i { color: #ffffff !important; }

/*导航右侧*/
#name_box_w .container #m_nav { width: auto; height: 100%; }
#banner_box, #page_banner_box { transition: all 0.5s; }

#subNav_box { height: 4.5rem; }
.subNav { width: 100%; height: 4.5rem; }
.subNav .swiper-slide { height: 4.5rem; line-height: 4.5rem; text-align: center; position: relative; }
.subNav .swiper-slide:after { content: ""; display: block; background-color: #939393; width: 0.0625rem; height: 0.9375rem; position: absolute; top: 50%; transform: translateY(-50%); right: 0; }
.subNav .swiper-slide:last-child:after { display: none; }
.subNav .swiper-slide a { display: block; width: 100%; height: 100%; }
.subNav .swiper-slide a.active { border-bottom: 0.1875rem solid var(--base_color); color: var(--base_color); }

/*下拉样式*/
/*下拉样式*/
/*统一header结束*/

/*统一子页面开始*/

/*992开始左右分栏目子页面*/

/*统一子页面LEFT开始*/

#page_left { width: 100%; }
/*#page_left .slider_type  { width: 18.0rem; }*/

#page_left .slider_type .slider_type_header { background: url('../images/slider_title_bg.png') center no-repeat var(--base_color); color: #ffffff; height: 6.0625rem; }
#page_left .slider_type .slider_type_header .title { font-size: 1.5rem; margin-bottom: 0.625rem; text-align: center; }
#page_left .slider_type .slider_type_header .desc { font-size: 0.875rem; font-family: 'Arial'; text-transform: uppercase; text-align: center; }

#page_left .slider_type .slider_type_list { border: 0.0625rem solid #eeeeee; border-top: 0; background-color: #ffffff; padding: 1.0rem; }
#page_left .slider_type .slider_type_list ul li { margin-bottom: 0.625rem; }
#page_left .slider_type .slider_type_list ul li a { padding: 0.625rem; height: 3.125rem; background-color: #f1f1f1; }
#page_left .slider_type .slider_type_list ul li a:hover,#page_left .slider_type .slider_type_list ul li a.active { background-color: var(--base_color); color: #ffffff; }
#page_left .slider_type .slider_type_list ul li a span.dian { width: 1rem; height: 1rem; display: block; background: url('../images/dot_g.png') center no-repeat; margin-left: 0.625rem; }
#page_left .slider_type .slider_type_list ul li a:hover span.dian, #page_left .slider_type .slider_type_list ul li a.active span.dian { background: url('../images/dot_w.png') center no-repeat; }

#page_left .slider_gd .slider_gd_head { height: 3.5625rem; line-height: 3.5625rem; border: 0.0625rem solid #efefef; text-align: center; margin-bottom: 0.625rem; }
#page_left .slider_gd .slider_gd_head .title { font-size: 1.25rem; color: #333333; font-weight: bold; }
 
#page_left .slider_contact { margin-top: 1.5rem; background-color: #ffffff; border: 0.0625rem solid #eeeeee; }
#page_left .slider_contact .top_line { background-color: var(--second_color); height: 0.3125rem; border-bottom: 0.0625rem solid #eeeeee; }

.slider_contact_list { padding: 1.25rem; }
.slider_contact_list .slider_tel_title { font-weight: bold; margin-bottom: 1rem; }
.slider_contact_list .slider_tel_num { color: var(--second_color); font-size: 1.625rem; font-weight: bold; margin-bottom: 1.25rem; }
.slider_contact_list ul li { line-height: 2; }
/*统一子页面LEFT结束*/

/*统一子页面RIGHT开始*/
#page_right { width: 100%; }
#page_right .page_title .title { font-size: 2.0rem; border-left: 0.375rem solid var(--base_color); padding-left: 0.625rem; }

.line_bg { width: 100%; height: 0.4375rem; background: url('../images/line_bg.jpg') center repeat-x; }

.mainInfo { font-size: 1.0rem; line-height: 2; }
.video_box { width: 100%; height: 23.4375rem; }

/*图片列表*/
.pic_list a .cover {transition: all 0.3s; opacity: 0; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(0,0,0,0.5); display: flex; justify-content: center; align-items: center; }
.pic_list a .cover .title { font-size: 1.25rem; color: #ffffff; position: relative; padding: 0.625rem 0; max-width: 80%;}
.pic_list a:hover .cover { opacity: 1; } 
.pic_list a .cover .title:before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 60%; height: 0.0625rem; background: #fff; transition: all .5s ease;}
.pic_list a .cover .title:after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60%; height: 0.0625rem; background: #fff; transition: all .5s ease;}
.pic_list a:hover .cover .title:before, .pic_list a:hover .cover .title:after { width: 0.625rem; }

/*.pic_list img { max-width: 100%; max-height: 100%; }*/
.pic_list .box_link a.link1 { height: 2.5625rem; background-color: var(--base_color); color: #ffffff; border-radius: 0; }
.pic_list .box_link a.link2 { height: 2.5625rem; background-color: #c7c8d3; color: #ffffff; border-radius: 0; }
.pic_list .box_link a { flex-grow: 0; padding: 0 0.625rem; height: 3.25rem; overflow: hidden; font-size: 0.875rem; color: #ffffff; }
.pic_list .box_link a i { font-size: 1.125rem; margin-right: 0.3125rem; color: #ffffff; }
.pic_list .box_link a:hover { background-color: #000000; color: #ffffff; }
.pic_list .box_link a:hover i { color: #ffffff; }

.pic_list .box_link a.link1:hover { background-color: #ef9700; }
.pic_list .box_link a.link2:hover { background-color: #20223b; }
/*图片列表*/
/*新闻列表*/
.news_list li { margin-bottom: 0.75rem; }

.news_list li .img_box { width: 100%; }
.news_list li .cont_box { margin-top: 1.25rem; width: 100%; }
.news_list li .title { font-size: 1.25rem; line-height: 1.6; margin-bottom: 1.0rem; transition: all 0.3s; }
.news_list li .content { font-size: 1.0rem; color: var(--grey2); margin-bottom: 1.0rem; line-height: 1.8; }
.news_list li .time { font-size: 1.0rem; color: var(--grey2); }
.news_list li a:hover { box-shadow: 0; }
.news_list li a:hover .title { font-weight: bold; color: var(--base_color); }
/*新闻列表*/

/*新闻列表*/

.jscx_list li { margin-bottom: 1.875rem; }
.jscx_list li:last-child { margin-bottom: 0; }

.jscx_list li a { color: #FFFFFF; }

.jscx_list li:nth-child(1) a { background-color: #799bc4; }
.jscx_list li:nth-child(2) a { background-color: #e67860; }
.jscx_list li:nth-child(3) a { background-color: #e6b560; }
.jscx_list li:nth-child(4) a { background-color: #79c4ba; }
.jscx_list li:nth-child(5) a { background-color: #6bbbd2; }

.jscx_list li .cont_box { padding: 1.5rem; }
.jscx_list li .title { font-size: 1.5rem; line-height: 1.6; margin-bottom: 0.75rem; transition: all 0.3s; }
.jscx_list li .content { font-size: 1.0rem; line-height: 1.9; }

.jscx_list li a:hover { background-color: var(--base_color); }
/*新闻列表*/


/*子页面翻页按钮按钮*/
.de-page-mian .page-inner .prev, .de-page-mian .page-inner .next, .de-page-mian .page-inner span, .de-page-mian .page-inner input, .de-page-mian .page-inner .page-btn{display: none !important;}
/*子页面翻页按钮按钮*/
.detail_title .title { background-color: var(--base_color); width: 10rem; height: 3.5rem; font-size: 1.125rem; text-align: center; color: #ffffff; }
.detail_title .title i { font-size: 1.25rem !important; }
/*统一子页面RIGHT结束*/

/*统一子页面结束*/

/*统一footer开始*/
#footer { background-color: #222222; margin-bottom: 5rem; font-size: 1rem; }
#footer_main { padding-top: 2rem; padding-bottom: 1rem; }

#footer_main,#footer_main a { color: rgba(255,255,255,0.6); }
#footer_main a:hover { color: #ffffff; }

#footer_main dl dt { color: #ffffff; font-size: 1.0625rem; line-height: 1; margin-bottom: 1.25rem; font-weight: normal; color: #ffffff; }
#footer_main dl dd { line-height: 2; font-size: 0.875rem; }
#footer_main dl dd a { display: block; color: #7f7f7f; }

#footer_main #contactList dl dd { line-height: 2; font-size: 0.875rem; color: #7f7f7f; }
#footer_main #contactList .tel_num { font-size: 1.5rem; color: #ffffff; font-family: Arial; line-height: 1.2; }

#footer_main #qrcodeList { }
#footer_main #qrcodeList li { font-size: 1rem; text-align: center; }
#footer_main #qrcodeList img { width: 7.5rem; }

#footer_copy {  }
#footer_copy .container { padding-top: 0.125rem; padding-bottom: 0.125rem; }
#footer_copy,#footer_copy a { font-size: 1rem; color:rgba(255,255,255,0.4); }
#footer_copy a:hover, #footer_copy a:hover { color: var(--second_color); }
/*统一footer结束*/

/*首页样式开始*/

/*首页swiper按钮统一样式*/
.flash_all .swiper-pagination { bottom: 1.25rem !important; }
.flash_all .swiper-pagination .swiper-pagination-bullet { background-color: var(--base_color); outline: none; transition: all 0.3s; padding: 0; opacity: 1; margin: 0 0.3125rem; border-radius: 0; width: 0.75rem !important; height: 0.125rem !important;}
.flash_all .swiper-pagination-bullet-active { background-color: var(--base_color); outline: none; padding: 0 1.25rem !important; opacity: 1 !important;}
.flash_all .swiper-button-next, .flash_all .swiper-button-prev { border-radius: 50%; background-color: rgba(255, 255, 255, 0.5); color: #ffffff !important;}

/*首页swiper按钮统一样式*/

/*首页swiper左右按钮*/
.swiper-button-prev:after, .swiper-button-next:after{font-size: 1.25rem !important;}
/*首页swiper左右按钮*/

.box_header.main_box_header { margin-bottom: 2rem; }
.box_header.main_box_header .title { display: flex; justify-content: center; align-items: center; margin-bottom: 1.25rem; }
.box_header.main_box_header .title:before { content: " "; display: block; width: 1.4375rem; height: 0.0625rem; background-color: var(--grey1); margin-right: 1.375rem; }
.box_header.main_box_header .title:after { content: " "; display: block; width: 1.4375rem; height: 0.0625rem; background-color: var(--grey1); margin-left: 1.375rem; }
.box_header.main_box_header .title a { font-size: 1.75rem; color: var(--grey1); }
.box_header.main_box_header .desc { font-size: 1rem; color: var(--grey2); line-height: 1.6; text-align: center; }

/*in_box_01*/
#in_box_01 { padding-top: 2.5rem; padding-bottom: 2.5rem; background-color: #f8f8f8; }

#in_box_01 .box_body .pro_gd_w { padding: 1.25rem 1.25rem; }

#in_box_01 .box_body .pro_gd_w .pro_gd { padding-bottom: 4rem; }

#in_box_01 .box_body .pro_gd .swiper-slide .img_box { width: 100%; }
#in_box_01 .box_body .pro_gd .swiper-slide .cont_box { margin-top: 1.25rem; width: 100%; max-width: calc(100%); }
#in_box_01 .box_body .pro_gd .swiper-slide .cont_box .title { font-size: 1.25rem; color: var(--grey1); font-weight: bold; margin-bottom: 1.25rem; }
#in_box_01 .box_body .pro_gd .swiper-slide .cont_box .content { font-size: 0.875rem; line-height: 1.6; color: var(--grey2); margin-bottom: 1.125rem; }

.pro_gd .box_link a.link1 { height: 3.0rem; background-color: var(--base_color); color: #ffffff; border-radius: 0.1875rem; border: 0.0625rem solid var(--base_color); }
.pro_gd .box_link a.link2 { height: 3.0rem; background-color: #ffffff; color: var(--base_color); border-radius: 0.1875rem; border: 0.0625rem solid var(--base_color); }
.pro_gd .box_link a { flex-grow: 0; padding: 0 0.625rem; height: 3.0rem; overflow: hidden; font-size: 0.875rem; }
.pro_gd .box_link a:hover { border: var(--second_color) 0.0625rem solid; background-color: var(--second_color); color: #ffffff; }

.pro_gd .swiper-pagination { display: flex; justify-content: flex-end; bottom: 1.75rem !important; }
.pro_gd .swiper-pagination .swiper-pagination-bullet { border-radius: 0; outline: none; width: 0.5625rem !important; height: 0.5625rem !important; background-color: #dedede !important; opacity: 1; margin: 0 0.3125rem !important; }
.pro_gd .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { opacity: 1; background-color: var(--base_color) !important; }

#in_box_01 .box_body .pro_gd_2 { margin-top: 1.5rem; }
/*in_box_01*/

#in_bar { height: 15rem; }

#in_bar .bar_left { font-size: 1.5rem; line-height: 1.4; }
#in_bar .bar_right { padding: 0; }
#in_bar .bar_right .box_body { height: 8rem; position: relative; padding: 0 0 0 5rem; }
#in_bar .bar_right .box_body:after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background: url('../images/bar_right_bg.png'); background-size: cover; display: flex; justify-content: center; align-items: center; }

#in_bar .bar_right .box_body ul { position: relative; z-index: 1; }
#in_bar .bar_right .box_body .icon { text-align: center; margin-bottom: 0.9375rem; border-radius: 50%; }
#in_bar .bar_right .box_body .icon img { width: 2.75rem;  }
#in_bar .bar_right .box_body .title { font-size: 1rem; text-align: center; }

/*in_bar*/

/*in_box_02*/
#in_box_02 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
#in_box_02 .case_gd_w .swiper-button-prev { width: 2.625rem; height: 2.625rem; color: #FFF !important; background-color: var(--base_color); left: -0.75rem !important; }
#in_box_02 .case_gd_w .swiper-button-next { width: 2.625rem; height: 2.625rem; color: #FFF !important; background-color: #8a8a8a; right: -0.75rem !important; }
#in_box_02 .case_gd_w .swiper-button-prev:hover, #in_box_02 .case_gd_w .swiper-button-next:hover { background-color: var(--second_color); }
#in_box_02 .case_gd_w .swiper-button-prev:after, #in_box_02 .case_gd_w .swiper-button-next:after { font-size: 0.875rem !important; }
/*in_box_02*/

/*in_box_03*/
#in_box_03 { padding-top: 0.5rem; padding-bottom: 0; }
#in_box_03 .box_header.main_box_header .desc { color: var(--second_color); font-size: 1.25rem; }

#in_box_03 .box_body { padding-top: 4.5rem; padding-bottom: 4.5rem; }

#in_box_03 ul li { padding-bottom: 1.875rem; }
#in_box_03 ul li .title { margin-bottom: 1.5rem; }
#in_box_03 ul li .title .icon { transition: all 0.3s; flex-shrink: 0; margin-right: 1.25rem; background: url('../images/quan_a.png') center no-repeat; background-size: 100%; width: 4.6875rem; height: 4.6875rem; display: flex; justify-content: center; align-items: center; font-size: 1.3125rem; font-weight: bold; color: #ffffff; }
#in_box_03 ul li .title .tit { font-size: 1.5rem; color: var(--grey1); line-height: 1.6; }
#in_box_03 ul li:hover .title .icon { background: url('../images/quan_h.png') center no-repeat; background-size: 100%; }

#in_box_03 ul li .content { font-size: 0.9375rem; color: var(--grey2); line-height: 1.6; }

#in_box_03 .btns { text-align: center; position: relative; top: -0.625rem; }
#in_box_03 .btns a { display: inline-flex; justify-content: center; align-items: center; border-radius: 0.1875rem; width: 11.875rem; height: 3.0rem; background-color: var(--second_color); color: #ffffff; font-size: 0.875rem; }
#in_box_03 .btns a:hover { background-color: var(--base_color); }
/*in_box_03*/

/*in_box_04*/
#in_box_04 { padding-top: 2.5rem; padding-bottom: 2.5rem; background-color: #f3f4f5; }

#in_box_04 .box_body { margin-top: 1.0rem; }

.fw_gd .img_box { width: 7.125rem; height: 7.125rem; border: 0.125rem solid var(--base_color); margin: 0 auto; border-radius: 50%; margin-bottom: 1.375rem;}
.fw_gd .swiper-slide:hover .img_box { background-color: var(--base_color); }
.fw_gd .swiper-slide:hover .img_box img { filter: brightness(300%); }

.fw_gd .swiper-slide .cont_box .num span { border: 0.25rem solid #f3f4f5; position: relative; z-index: 1; display: block; width: 2.25rem; height: 2.25rem; display: flex; justify-content: center; align-items: center; font-size: 1.0rem; font-weight: bold; color: #ffffff;  margin: 0 auto; border-radius: 50%; background-color: var(--second_color); margin-bottom: 1.75rem; }
.fw_gd .swiper-slide .cont_box .num { position: relative; }
.fw_gd .swiper-slide .cont_box .num:before { position: absolute; top: 50%; left: 50%; transform: translateX(-50%); z-index: 0; display: block; content: ""; width: 100%; height: 0.0625rem; border-bottom: 0.0625rem dashed var(--grey2); }

.fw_gd .swiper-slide .cont_box .title { color: var(--grey1); font-size: 1.5rem; margin-bottom: 1.0rem;}
.fw_gd .swiper-slide .cont_box .content { color: var(--grey2); font-size: 0.9375rem; line-height: 1.6; }
/*in_box_04*/

/*in_box_05*/
#in_box_05 { padding-top: 2.5rem; padding-bottom: 2.5rem; background-color: #ffffff; }
#in_box_05 .title:before { display: none; }
#in_box_05 .intro_content { margin-bottom: 3rem; text-indent: 2em; font-size: 1.0625rem; color: var(--grey1); line-height: 2; }

#in_box_05 .btns a { width: 8.0rem; height: 2.4rem; padding: 0 1rem; border-radius: 0.1875rem; font-size: 0.875rem; }
#in_box_05 .btns a:first-child { background-color: var(--base_color); color: #ffffff; }
#in_box_05 .btns a:last-child { border: var(--base_color) 0.0625rem solid; color: var(--base_color); }
#in_box_05 .btns a:hover { background-color: var(--second_color); border: var(--second_color) 0.0625rem solid; color: #ffffff; }
/*in_box_05*/

/*in_box_06*/
#in_box_06 { background-color: #ffffff; padding-top: 0; padding-bottom: 2.5rem; }
#in_box_06 .box_header.main_box_header .title { margin-bottom: 0; }
#in_box_06 .title:before { display: none; }

#in_box_06 #in_newslist_best ul li a { width: 100%; height: 100%; }
#in_box_06 #in_newslist_best ul li a.hover_line:after { height: 0.25rem !important; background-color: #1e5fc7; }

#in_box_06 #in_newslist_best ul li .cont_box .box { border-bottom: 0.0625rem dotted #a0a0a0; }

#in_box_06 #in_newslist_best ul li .title { font-size: 1.125rem; color: var(--grey1); line-height: 1.6; margin-bottom: 0.625rem; }
#in_box_06 #in_newslist_best ul li .content { font-size: 1.0rem; color: var(--grey2); line-height: 1.6; margin-bottom: 1.0rem; }
#in_box_06 #in_newslist_best ul li .time { font-size: 0.875rem; color: var(--grey3); margin-bottom: 1.0rem; }

#in_box_06 #in_newslist_normal ul li { height: 100%; }

#in_box_06 #in_newslist_normal ul li a { width: 100%; height: 100%; padding: 0.625rem 0; border-bottom: 0.0625rem dotted #a0a0a0; }
#in_box_06 #in_newslist_normal ul li a.hover_line:after { height: 0.125rem !important; background-color: #1e5fc7; }

#in_box_06 #in_newslist_normal ul li .title { font-size: 1.125rem; color: var(--grey1); line-height: 1.6;}
#in_box_06 #in_newslist_normal ul li .time { font-size: 0.875rem; color: var(--grey2); }
/*in_box_06*/

/*首页样式结束*/

/*公共样式*/

.page_title .box_header .title { font-size: 1.75rem; margin-bottom: 1rem; }
.page_title .box_header .desc { color: var(--grey2); margin-bottom: 2rem; }
/*公共样式*/

/*关于我们样式*/
#about #box1 { padding-top: 2.5rem; padding-bottom: 2.5rem; }

#about #box1 .mainInfo { font-size: 1.0rem; line-height: 2; }

#about #box2 { background-color: var(--base_color); padding-top: 2.5rem; padding-bottom: 2.5rem; }
#about #box2 .box_header.main_box_header .title:before { background-color: #ffffff; }
#about #box2 .box_header.main_box_header .title:after { background-color: #ffffff; }
#about #box2 .box_header.main_box_header .title a { color: #ffffff; }
#about #box2 .box_header.main_box_header .desc { color: #ffffff; }

.goods_slider_type_gd { padding-bottom: 5rem !important; }
.goods_slider_type_gd .contbox {  height: 12.125rem; }

.goods_slider_type_gd .contbox .box { background-color: #ffffff; padding: 2rem 1rem; transform: translateY(0); transition: all 0.3s; }
.goods_slider_type_gd .title { font-size: 1.125rem; text-align: center; line-height: 1.6; margin-bottom: 0.625rem; }
.goods_slider_type_gd .content { font-size: 0.9375rem; color: var(--grey3);  text-align: center; line-height: 1.6; margin-bottom: 1rem; }
.goods_slider_type_gd .btns { text-align: center; }
.goods_slider_type_gd .btns a { display: inline-block; width: 6.625rem; height: 2.125rem; text-align: center; line-height: 2.125rem; font-size: 0.875rem; color: var(--base_color); border: 0.0625rem solid var(--base_color); border-radius: 0.125rem; }

.goods_slider_type_gd .contbox:hover .box { background-color: #4769f4; padding-top: 3rem; padding-bottom: 3rem; transform: translateY(-2rem); }
.goods_slider_type_gd .contbox:hover * { color: #fff; }
.goods_slider_type_gd .contbox:hover .btns a { background-color: #ffffff; color: var(--base_color); border: 0.0625rem solid #ffffff; } 

.goods_slider_type_gd .swiper-pagination-bullet { background-color: #ffffff; }

#about #box3 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
#about #box3 .honor_gd_w .swiper-button-prev { width: 2.625rem; height: 2.625rem; color: #FFF !important; background-color: var(--base_color); left: -0.75rem !important; }
#about #box3 .honor_gd_w .swiper-button-next { width: 2.625rem; height: 2.625rem; color: #FFF !important; background-color: #8a8a8a; right: -0.75rem !important; }
#about #box3 .honor_gd_w .swiper-button-prev:hover, #about #box3 .honor_gd_w .swiper-button-next:hover { background-color: var(--second_color); }
#about #box3 .honor_gd_w .swiper-button-prev:after, #about #box3 .honor_gd_w .swiper-button-next:after { font-size: 0.875rem !important; }
#message_box { margin-top: 4rem; background: url('../images/about/message_bg.jpg') center no-repeat; background-size: cover; position: relative; } 
#message_box .main_box { transform: translateY(-3.0rem); background-color: #ffffff; box-shadow: 0 0 1.5rem rgba(30,116,208,0.3); padding: 2rem 1.25rem; border-radius: 1rem; overflow: hidden; }

/*关于我们样式*/

#pic #box1 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
#news #box1 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
#info #box1 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.defaultHeight { min-height: 10rem; }
#single #box1 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
#info #in_box_02 { padding-top: 1rem; padding-bottom: 1rem; }
#honor #box1 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
/*单页样式*/
#single .tags { color: var(--grey1); font-size: 1.125rem; margin-bottom: 2rem; line-height: 1.6; font-weight: bold; }
/*单页样式*/

/*新闻资讯*/
/*新闻资讯*/

/*产品列表*/
#product #box1 { padding-top: 2.5rem; padding-bottom: 2.5rem; }

#product #goods_slider_type { background-color: #044486; height: 4.0rem; margin-bottom: 1.875rem; }
#product #goods_slider_type .goods_slider_type a { display: block; color: #ffffff; line-height: 100%; padding: 0 1.25rem; font-size: 1.125rem; font-weight: bold; }
#product #goods_slider_type .goods_slider_type a span.dian { width: 0.875rem; height: 0.875rem; display: block; background: url('../images/dot_w.png') center no-repeat; margin-right: 0.625rem; }
#product #goods_slider_type .goods_slider_type a:hover span.dian, #product #goods_slider_type .goods_slider_type  a.active span.dian { background: url('../images/dot_w.png') center no-repeat; }
#product #goods_slider_type .goods_slider_type a:hover,#product #goods_slider_type .goods_slider_type  a.active { background-color: #a5000e; }

#product #goods_slider_type .goods_slider_type_left { width: calc(100% - 9.75rem); }
#product #goods_slider_type .btns { width: 9.75rem; }
#product #goods_slider_type .btns a { display: block; width: 100%; height: 100%; background-color: var(--second_color);  color: #ffffff; padding: 0 1.25rem; font-size: 1.0rem; }
#product #goods_slider_type .btns a:hover { background-color: var(--base_color); }
#product #goods_slider_type .btns a i { font-size: 1.5rem; }

.pro_li_big .box { position: absolute; width: 100%; height: 100%; z-index: 1; color: #ffffff; }
.pro_li_big .box .b_footer { padding: 1.25rem 0.625rem; background-image: linear-gradient( to bottom, transparent 0%, rgba(11,13,36,1) 100%) }
.pro_li_big .box .b_footer .title { font-size: 1.125rem; font-weight: bold; margin-bottom: 0.5rem; }
.pro_li_big .box .b_footer .desc { font-size: 0.875rem; line-height: 1.6; color: rgba(255,255,255,0.6); }

.pro_li a .title { background-color: #f7f7f7; font-size: 1.0rem; padding: 0 0.625rem; }
.pro_li a .title .flex-grow-1 { transition: all 0.3s; position: relative; color: var(--grey1); height: 4.0rem; line-height: 4.0rem; }
.pro_li a .title .flex-grow-1 p { position: relative; z-index: 1; transition: all 0.3s; }
.pro_li a:hover .title .flex-grow-1 p { color: var(--second_color); }
.pro_li a .title .flex-shrink-0 { font-size: 0.875rem; background-color: var(--base_color); color: #ffffff; padding: 0.3125rem 0.5rem; }
.pro_li a:hover .title .flex-shrink-0 { background-color: var(--second_color); }

/*产品列表*/

/*产品详情*/
#proinfo #box1 { padding-top: 2.5rem; padding-bottom: 1.875; }
#proinfo #box1 .container { background-color: #f5f7f9; }
#proinfo #box1 .main_box { padding: 0.75rem; }
#proinfo #box1 .pro_desc .title { font-size: 1.25rem; line-height: 1.6; margin-bottom: 0; }
#proinfo #box1 .pro_desc .desc { color: var(--grey2); line-height: 2; }

#proinfo #box1 .param_more { margin-bottom: 2rem; color: var(--grey2);}
#proinfo #box1 .param_more li { line-height: 1.6; padding-top: 0.75rem; padding-bottom: 0.75rem; }

#proinfo #box1 .btns a { width: 8.0rem; height: 2.4rem; padding: 0 1rem; border-radius: 0.1875rem; font-size: 0.875rem; }
#proinfo #box1 .btns a:last-child { background-color: var(--base_color); color: #ffffff; }
#proinfo #box1 .btns a:first-child { border: var(--base_color) 0.0625rem solid; color: var(--base_color); }
#proinfo #box1 .btns a:hover { background-color: var(--second_color); border: var(--second_color) 0.0625rem solid; color: #ffffff; }


#proinfo #box2 { padding-top: 0; padding-bottom: 0; }
#proinfo #box2 .container { background-color: #f5f7f9; }
#proinfo #box2 .main_box { padding: 0.75rem 0; }

/*产品详情*/

#info .mainInfo h2,#proinfo .mainInfo h2 { font-size:1.125rem; font-weight:bold; margin: 1.25rem 0; }

/*联系我们样式*/

#jscx #box1 { padding-top: 2.5rem; padding-bottom: 2.5rem; }

#message #box1 { padding-top: 2.5rem; padding-bottom: 2.5rem; }

#contact #box1 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.contact-list li .rounded-circle { background-color: #ffffff; color: var(--base_color); width: 2.5rem; height: 2.5rem; flex-shrink: 0; font-size: 1.0625rem; display: flex; justify-content: center; align-items: center; margin-right: 1.25rem; }
.contact-list li big {  font-size: 1.375rem; }
.contact-list li .rounded-circle i { font-size: 1.125rem; }

.contact_message li .ibox { background-color: #f3f3f3; color: #929292; }
.contact_message li .lable { width: 3.5rem; flex-shrink: 1; }
.contact_message li .ibox input { background-color: transparent; width: 100%; font-size: 0.875rem; }
.contact_message li .ibox textarea { background-color: transparent; width: 100%; height: 6.25rem; font-size: 0.875rem; }
/*联系我们样式*/

/*手机端样式*/
@media (min-width: 375px){
	html,body { font-size: 14px; }
}
/*手机端样式*/

/*大屏手机样式*/
@media (min-width: 576px){
	html,body { font-size: 14px; }
}
/*大屏手机样式*/

/*PAD效果*/
@media (min-width: 768px){
	html,body { font-size: 14px; }

	#header_links img { width: 1.25rem; }

	/*首页样式开始*/
	#in_box_01 { padding-top: 3rem; padding-bottom: 3rem; }
	#in_box_02 { padding-top: 3rem; padding-bottom: 3rem; }
	#in_box_03 { padding-top: 0.5rem; padding-bottom: 0; }
	#in_box_03 .box_body { padding-top: 3rem; padding-bottom: 3rem; }
	#in_box_04 { padding-top: 3rem; padding-bottom: 3rem; }
	#in_box_05 { padding-top: 3rem; padding-bottom: 3rem; }

	/*首页样式结束*/

	/*统一子页面开始*/

	.pro_show { width: 100%; }
	/*统一子页面结束*/
	

	.news_list { margin-bottom: 1.875rem; }
	.news_list li .img_box { max-width: 28%; }
	.news_list li .cont_box { margin-top: 0; margin-left: 1rem; max-width: calc(72% - 1rem); }

	#footer_main { padding-top: 3rem; padding-bottom: 2rem; }
	#footer_copy .container { padding-top: 0.5rem; padding-bottom: 0.5rem;   }

}
/*PAD效果*/

/*IPAD效果*/
@media (min-width: 992px){

	html,body { font-size: 14px; }
	.w-lg-auto { width: auto !important; }
	.w-lg-50 { width: 50% !important; }
	.w-lg-100 { width: 100% !important; }

	.mImg { max-width: 37.5rem; }

	/*统一header开始*/

	/*统一header结束*/

	/*首页样式开始*/
	#in_box_01 { padding-top: 3.5rem; padding-bottom: 3.5rem; }
	#in_box_01 .box_header.main_box_header { margin-bottom: 2rem; }
	#in_box_01 .box_body .pro_gd_w .pro_gd { padding-bottom: 0.5rem; }
	.pro_gd .swiper-pagination { bottom: 0.3125rem !important; }

	#in_box_01 .box_body .pro_gd .swiper-slide .img_box { max-width: 44%; }
	#in_box_01 .box_body .pro_gd .swiper-slide .cont_box { margin-top: 0; max-width: 56%; }

	#in_bar { height: 22.5rem; }

	#in_bar .bar_left { font-size: 2.25rem; line-height: 1.4; }
	#in_bar .bar_right .box_body { height: 13.25rem; padding: 0 0 0 6.25rem; }
	#in_bar .bar_right .box_body:after { width: 59rem; }

	#in_bar .bar_right .box_body ul { position: relative; z-index: 1; }
	#in_bar .bar_right .box_body .icon { text-align: center; margin-bottom: 0.9375rem; }
	#in_bar .bar_right .box_body .icon img { width: 3.75rem; }
	#in_bar .bar_right .box_body .title { font-size: 1.375rem; text-align: center; }

	#in_box_02 { padding-top: 3.5rem; padding-bottom: 3.5rem; }
	#in_box_03 { padding-top: 0.5rem; padding-bottom: 0; }
	#in_box_03 .box_body { padding-top: 3.5rem; padding-bottom: 3.5rem; }
	#in_box_03 .ys_left ul { padding-right: 3.125rem; }
	#in_box_03 .ys_right ul { padding-left: 3.125rem; }

	#in_box_04 { padding-top: 3.5rem; padding-bottom: 3.5rem; }
	#in_box_05 { padding-top: 3.5rem; padding-bottom: 3.5rem; }
	#in_box_06 { padding-top: 0; padding-bottom: 3.5rem; }
	/*首页样式结束*/

	#about #box1 .box_header { margin-bottom: 3rem; }

	.news_list li a { padding: 1rem; }
	.news_list li a:hover { box-shadow: 0 0 5px rgba(100, 100, 100, 0.5); }

	/*统一子页面开始*/
	#page_left { width: 30%; }
	#page_left .slider_type .slider_type_list dl dt { font-size: 1.0625rem; }
	#page_left .slider_type .slider_type_list dl dd { font-size: 0.9375rem; }
	#page_right { width: 70%; margin-left: 0%; }
	#page_right.order-lg-first { margin-left: auto; margin-right: 0%; }
	#page_right.order-lg-last { margin-right: auto; margin-left: 0%; }

	/*统一子页面结束*/

	/*统一footer开始*/
	#footer { margin-bottom: 0; }
	/*统一footer结束*/

}
/*IPAD效果*/

/*PC效果*/
@media (min-width: 1200px){

	html,body { font-size: 15px; }

	.w-xl-auto { width: auto !important; }

	.clamp-xl-1 { -webkit-line-clamp: 1; }
	.clamp-xl-2 { -webkit-line-clamp: 2; }
	.clamp-xl-3 { -webkit-line-clamp: 3; }
	.clamp-xl-4 { -webkit-line-clamp: 4; }
	.clamp-xl-5 { -webkit-line-clamp: 5; }
	.clamp-xl-6 { -webkit-line-clamp: 6; }
	.clamp-xl-7 { -webkit-line-clamp: 7; }
	.clamp-xl-8 { -webkit-line-clamp: 8; }

	/*统一header开始*/
	#name_box_w #header_logo { }
	#header_links img { width: auto; }
	/*统一header结束*/

	/*首页样式开始*/

	
	/*首页样式结束*/

	/*公共样式*/
	.page-a { font-size: 0.875rem; }

	.page_title .box_header .title { font-size: 2.1875rem; margin-bottom: 1rem; }
	.page_title .box_header .desc { font-size: 1rem; margin-bottom: 3.75rem; }

	.mainInfo { font-size: 1.0rem; line-height: 2; }


	#in_box_01 .box_body .pro_gd_w .pro_gd { padding-bottom: 0rem; }
	.pro_gd .swiper-pagination { bottom: 0.3125rem !important; }
	/*公共样式*/

	/*关于我们样式*/

	/*关于我们样式*/

	/*单页样式*/
	#single #box1 .box { padding: 4.1875rem 4.375rem !important; }
	#single .tags { font-size: 1.625rem; }
	/*单页样式*/

	/*联系我们*/

	/*联系我们*/

	/*产品中心*/

	/*产品中心*/

	/*统一footer开始*/
	#footer_main { padding-top: 3rem; padding-bottom: 2rem; }
	#footer_copy .container { padding-top: 0.5rem; padding-bottom: 0.5rem; }
	#e4 { width: 7.5rem; }
	/*统一footer结束*/
}
/*PC效果*/

/*1280效果/1920 150% 效果*/
@media (min-width: 1280px){

}
/*1280效果/1920 150% 效果*/

/*1400效果*/
@media (min-width: 1400px){

	html,body { font-size: 16px; }

	#name_box_w { height: 6.875rem; }
	#name_box_w #header_logo { }

	#name_box_w #header_links { }
	#name_box_w #header_logo img { max-height: 3.5rem; }
	
	.banner_s { width: 1920px; position: relative; left: 50%; transform: translateX(-50%); }

	.de-page-mian .page-inner a { width: 2rem; height: 2rem; line-height: 2rem; margin: 0.3125rem; }

	#product #goods_slider_type { font-size: 1.125rem; }
	#page_left { width: 24%; }
	#page_right { width: 74%; }



}
/*1400效果*/

/*1440效果*/
@media (min-width: 1440px){

	html,body { font-size: 16px; }
	
	#name_box_w { height: 6.875rem; }

}
/*1440效果*/


/*1536效果/1920 125% 效果*/
@media (min-width: 1536px){
	html,body { font-size: 16px; }
	.container {
		max-width: 1424px;
	}

	.navI>li>a:after { bottom: 30%; }
	#name_box_w { height: 8.1875rem; }
	#banner_box, #page_banner_box { }

	.subNav .swiper-slide { padding: 0 2rem; }

	#page_right { width: 68%; margin-left: 2%; }
	#page_right.order-lg-first { margin-left: auto; margin-right: 2%; }
	#page_right.order-lg-last { margin-right: auto; margin-left: 2%; }

	/*首页样式开始*/

	.box_header.main_box_header { margin-bottom: 3rem; }
	.box_header.main_box_header .title { margin-bottom: 1.25rem; }
	.box_header.main_box_header .title:before { margin-right: 2.375rem; }
	.box_header.main_box_header .title:after { margin-left: 2.375rem; }

	.box_header.main_box_header .title a { font-size: 2.125rem; }
	.box_header.main_box_header .desc { font-size: 1.0625rem; }

	/*in_box_01*/
	#in_box_01 { padding-top: 4.0rem; padding-bottom: 4.0rem; }

	#in_box_01 #page_left .slider_type .slider_type_list { height: 35rem; }


	#in_box_01 .box_body .pro_gd_w { padding: 1.875rem 1.875rem; }

	.pro_gd .swiper-pagination { bottom: 1.5rem !important; }

	#in_box_01 .box_body .pro_gd .swiper-slide .img_box { max-width: 50%; }
	#in_box_01 .box_body .pro_gd .swiper-slide .cont_box { margin-top: 0; margin-left: 1.875rem; max-width: calc(50% - 2.5rem); }
	#in_box_01 .box_body .pro_gd .swiper-slide .cont_box .title { font-size: 1.5rem; }
	#in_box_01 .box_body .pro_gd .swiper-slide .cont_box .content { font-size: 1rem; line-height: 2; }
	#in_box_01 .box_body .pro_gd .swiper-slide .box_link { width: 21rem; }
	/*in_box_01*/

	#in_bar .bar_left { font-size: 3.0rem; }

	/*in_box_02*/
	#in_box_02 { padding-top: 4.5rem; padding-bottom: 4.5rem; }
	/*in_box_02*/

	/*in_box_03*/
	#in_box_03 { padding-top: 0.5rem; padding-bottom: 0; }
	#in_box_03 .box_header.main_box_header .desc { color: var(--second_color); font-size: 1.25rem; }
	#in_box_03 .box_body { padding-top: 4.5rem; padding-bottom: 4.5rem; }
	/*in_box_03*/
	
	/*in_bar*/
	#in_bar .bar_right .box_body .icon img { width: auto; }
	/*in_bar*/
	/*in_box_04*/
	#in_box_04 { height: 35.0625rem; padding-top: 4rem; padding-bottom: 4rem; }
	/*in_box_04*/

	/*in_box_05*/
	#in_box_05 { padding-top: 4.0rem; padding-bottom: 4.0rem; }
	#in_box_05 .box_header.main_box_header .title:after { margin-left: 2rem; }
	#in_box_05 .box_header.main_box_header { margin-bottom: 2.25rem; }
	#in_box_05 .intro_content { font-size: 1.0625rem; line-height: 2.4; margin-bottom: 3.0rem; }
	#in_box_05 .btns a { width: 10.0rem; height: 3.0rem; padding: 0 1rem; }
	/*in_box_05*/

	/*in_box_06*/
	#in_box_06 { padding-top: 0; padding-bottom: 5.25rem; }
	#in_box_06 .box_header.main_box_header { margin-bottom: 3.5rem; }
	#in_box_06 .box_header.main_box_header .title:after { margin-left: 2rem; }
	/*in_box_06*/

	/*首页样式结束*/

	.defaultHeight { min-height: 28.3rem; }

	#about #box1 { padding-top: 3.5rem; padding-bottom: 4.5rem; }
	#about #box1 .mainInfo { font-size: 1.0625rem; line-height: 2.5; }

	#about #box2 { padding-top: 4.0rem; padding-bottom: 3.0rem; }
	.goods_slider_type_gd .contbox .box { padding: 2rem;  }
	.goods_slider_type_gd .title { font-size: 1.375rem; }

	#about #box3 { padding-top: 5.5rem; padding-bottom: 6.0rem; }

	#message_box .main_box { padding: 4rem; transform: translateY(-5.0rem); border-radius: 1.875rem;  }

	#pic #box1 { padding-top: 4rem; padding-bottom: 4rem; }
	#honor #box1 { padding-top: 4rem; padding-bottom: 4rem; }

	
	.news_list li { margin-bottom: 1.25rem; }
	.jscx_list li .cont_box { padding: 2rem; }
	.jscx_list li .title { font-size: 1.875rem; margin-bottom: 1.25rem; }
	
	/*#product*/
	#product #goods_slider_type { height: 5.0rem; margin-bottom: 2.5rem; }
	.pro_li_big .box .b_footer { padding: 2.5rem 2.5rem; }
	.pro_li_big .box .b_footer .title { font-size: 1.75rem; font-weight: bold; margin-bottom: 0.75rem; }
	.pro_li_big .box .b_footer .desc { font-size: 1rem; line-height: 1.6; color: rgba(255,255,255,0.6); }
	.pro_li a .title div { padding: 0 1.25rem; }
	/*#product*/

	#proinfo #box1 { padding-top: 3rem; padding-bottom: 1.875rem; }
	#proinfo #box1 .main_box { padding: 2rem; }
	#proinfo #box1 .pro_desc .title { font-size: 1.75rem; }

	#proinfo #box2 { padding-top: 0; padding-bottom: 0; }
	#proinfo #box2 .main_box { padding: 2rem; }

	.detail_title .title { width: 17rem; height: 4rem; }



	#jscx #box1 { padding-top: 4rem; padding-bottom: 4rem; }
	
	#message #box1 { padding-top: 4rem; padding-bottom: 4rem; }
	/*contact*/
	#contact #box1 { padding-top: 4rem; padding-bottom: 4rem; }
	.contact_message li .ibox input { font-size: 1.0rem; }
	.contact_message li .ibox textarea { font-size: 1.0rem; }
	/*contact*/

	#product #box1 { padding-top: 4rem; padding-bottom: 4rem; }
	#news #box1 { padding-top: 4rem; padding-bottom: 4rem; }
	#info #box1 { padding-top: 4rem; padding-bottom: 4rem; }
	#info #in_box_02 { padding-top: 2rem; padding-bottom: 0; }
	
	#single #box1 { padding-top: 4rem; padding-bottom: 4rem; }

	#message_box { margin-top: 7rem; }

	/*统一子页面开始*/
	#page_left { width: 24%; }
	#page_right { width: 74%; }
	/*统一子页面结束*/

	/*统一footer开始*/

	#e1 { width: 17%; }
	#e1 .box { padding-right: 3.75rem; }

	#e2 { width: 33%; border-left: 0.0625rem solid #363636; border-right: 0.0625rem solid #363636; }
	#e2 .box { padding-left: 3.75rem; padding-right: 3.75rem; }

	#e3 { width: 41%; }
	#e3 .box { padding-left: 3.75rem; padding-right: 3.75rem; }

	#e4 { width: 9%; }
	/*统一footer结束*/

}
/*1536效果/1920 125% 效果*/


/*1800效果*/
@media (min-width: 1800px){
	#name_box_w .container {  }
}
/*1800效果*/

/*1920效果*/
@media (min-width: 1920px){
	#name_box_w .container {  }
}
/*1920效果*/

/*-------------------------